Team Project - 00
OPENING QUESTIONS: None Today

Let's try a basic team exercise. It may seem exquisitely simple.... we shall see.

═══════════════════════════

Your goal is to create a simple MAIN program that accepts input from 2 or 3 or 4 functions (depending on the size of your group).

Each person will write a simple function that asks for part of your user's home address base on:

1) StreetNum - For example: 2525

2) Street Name - For example: Pioneer

4) Steet Type: - For example: St

4) Street Suffix: - For example: NW

One person will serve as the Project Manager for this little project.

After you write your basic function: please save it as an xml file and get it (somehow) to your project manager.

═══════════════════════════

Work with your group to design a MAIN function

That function will do the following:

1) Accept a return value from function #1

2) Accept a return value from function #2

3) Accept a return value from function #3 (if present)

4) Accept a return value from function #4 (if present)

5) Join all that data together in an accurate address line

 

═══════════════════════════